Crate near_abi

source ·

Structs

Enums

  • Function kind regulates whether this function’s invocation requires a transaction (so-called call functions) or not (view functions).
  • Function can have multiple modifiers that can change its semantics.
  • A list of function parameters sharing the same serialization type.
  • Information about a single type (e.g. return type).

Constants